Resource StructureDefinition/FHIR Server from package package.teste#1.0.7-draft (63 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "DocumentReferencePTPS",
"url" : "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/DocumentReferencePTPS",
"version" : "1.0.0",
"name" : "DocumentReferencePTPS",
"title" : "Document Reference PT PS",
"status" : "draft",
"publisher" : "SPMS",
"contact" : [
{
"name" : "Interoperabilidade Semântica",
"telecom" : [
{
"system" : "url",
"value" : "https://www.spms.min-saude.pt"
}
]
}
],
"description" : "O recurso DocumentReference é usado para referenciar um documento",
"useContext" : [
{
"code" : {
"system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code" : "workflow",
"display" : "Workflow Setting"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://spms.min-saude.pt/iop/CodeSystem/r4BTechnicalSpecification",
"code" : "015",
"display" : "Notificação de Metadados por Secção"
}
],
"text" : "Notificação de Metadados por Secção (Input)"
}
}
],
"fhirVersion" : "4.3.0",
"kind" : "resource",
"abstract" : false,
"type" : "DocumentReference",
"baseDefinition" : "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/DocumentReferencePTCore",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "DocumentReference.masterIdentifier",
"path" : "DocumentReference.masterIdentifier",
"definition" : "Identifica o Unique Identifier.\r\nTem a função de identificar os metadados do documento que permite ligar o sistema que gera os dados com o sistema que solicita os dados."
},
{
"id" : "DocumentReference.masterIdentifier.id",
"path" : "DocumentReference.masterIdentifier.id",
"max" : "0"
},
{
"id" : "DocumentReference.masterIdentifier.use",
"path" : "DocumentReference.masterIdentifier.use",
"max" : "0"
},
{
"id" : "DocumentReference.masterIdentifier.type",
"path" : "DocumentReference.masterIdentifier.type",
"max" : "0"
},
{
"id" : "DocumentReference.masterIdentifier.system",
"path" : "DocumentReference.masterIdentifier.system",
"definition" : "Utilizar a url a seguir no system.\r\n\r\nhttp://spms.min-saude.pt/<sistema>/identifiers/unique-id"
},
{
"id" : "DocumentReference.masterIdentifier.period",
"path" : "DocumentReference.masterIdentifier.period",
"max" : "0"
},
{
"id" : "DocumentReference.identifier",
"path" : "DocumentReference.identifier",
"definition" : "Identificadores do documento anterior a última atualização.",
"max" : "0"
},
{
"id" : "DocumentReference.identifier.id",
"path" : "DocumentReference.identifier.id",
"max" : "0"
},
{
"id" : "DocumentReference.identifier.type",
"path" : "DocumentReference.identifier.type",
"max" : "0"
},
{
"id" : "DocumentReference.identifier.period",
"path" : "DocumentReference.identifier.period",
"max" : "0"
},
{
"id" : "DocumentReference.docStatus",
"path" : "DocumentReference.docStatus",
"max" : "0"
},
{
"id" : "DocumentReference.category",
"path" : "DocumentReference.category",
"definition" : "Identifica uma categorização para o tipo de documento referenciado, facilitando a indexação e a pesquisa.",
"comment" : "Value Set Name: Patient Summary Section"
},
{
"id" : "DocumentReference.subject",
"path" : "DocumentReference.subject",
"definition" : "Identifica a quem se refere o documento. documento pode ser relativo a pessoa (utente ou profissional de saúde), um dispositivo ou mesmo um grupo.",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PatientPTTRV"
]
}
]
},
{
"id" : "DocumentReference.author",
"path" : "DocumentReference.author",
"max" : "0",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PractitionerRolePTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/DevicePTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PatientPTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/RelatedPersonPTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTPS"
]
}
]
},
{
"id" : "DocumentReference.authenticator",
"path" : "DocumentReference.authenticator",
"max" : "0"
},
{
"id" : "DocumentReference.custodian",
"path" : "DocumentReference.custodian",
"definition" : "Identifica a entidade responsável pela manutenção e acesso ao documento.",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTTRV"
]
}
]
},
{
"id" : "DocumentReference.relatesTo",
"path" : "DocumentReference.relatesTo",
"definition" : "Identifica as relações que este documento tem com outras referências do documento já existentes."
},
{
"id" : "DocumentReference.relatesTo.code",
"path" : "DocumentReference.relatesTo.code",
"definition" : "Identifica o tipo de relação que este documento tem com outras referencias do documento.\r\n\r\n- replaces: indica a substituição do documento de destino;\r\n- transforms: indica que este documento foi gerado através da transformação do documento de destino;\r\n- signs: indica que este documento é uma assinatura do documento de destino;\r\n- appends: indica que documento adiciona informações adicionais ao documento de destino."
},
{
"id" : "DocumentReference.relatesTo.target",
"path" : "DocumentReference.relatesTo.target",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/DocumentReferencePTPS"
]
}
]
},
{
"id" : "DocumentReference.securityLabel",
"path" : "DocumentReference.securityLabel",
"max" : "0"
},
{
"id" : "DocumentReference.content.attachment.contentType",
"path" : "DocumentReference.content.attachment.contentType",
"max" : "0"
},
{
"id" : "DocumentReference.content.attachment.language",
"path" : "DocumentReference.content.attachment.language",
"max" : "0"
},
{
"id" : "DocumentReference.content.attachment.data",
"path" : "DocumentReference.content.attachment.data",
"max" : "0"
},
{
"id" : "DocumentReference.content.attachment.url",
"path" : "DocumentReference.content.attachment.url",
"definition" : "url de acesso directo ao ficheiro.\r\nà indicado pelo Bundle do tipo document referente a pesquisa do documento \r\nurl: \"http://spms.min-saude.pt/<sistema>/Bundle/<opaque-unique-string>\"",
"max" : "0"
},
{
"id" : "DocumentReference.content.attachment.size",
"path" : "DocumentReference.content.attachment.size",
"max" : "0"
},
{
"id" : "DocumentReference.content.attachment.hash",
"path" : "DocumentReference.content.attachment.hash",
"max" : "0"
},
{
"id" : "DocumentReference.content.format",
"path" : "DocumentReference.content.format",
"max" : "0"
},
{
"id" : "DocumentReference.context",
"path" : "DocumentReference.context",
"max" : "0"
},
{
"id" : "DocumentReference.context.encounter",
"path" : "DocumentReference.context.encounter",
"max" : "0",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/EncounterPTPS",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/EpisodeOfCarePTPS"
]
}
]
},
{
"id" : "DocumentReference.context.period",
"path" : "DocumentReference.context.period",
"max" : "0"
},
{
"id" : "DocumentReference.context.facilityType",
"path" : "DocumentReference.context.facilityType",
"max" : "0"
},
{
"id" : "DocumentReference.context.practiceSetting",
"path" : "DocumentReference.context.practiceSetting",
"max" : "0"
},
{
"id" : "DocumentReference.context.sourcePatientInfo",
"path" : "DocumentReference.context.sourcePatientInfo",
"max" : "0",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PatientPTPS"
]
}
]
},
{
"id" : "DocumentReference.context.related",
"path" : "DocumentReference.context.related",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.